home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 July / Disc 1 / PCU0702CD1.iso / software / apps / files / animfx.exe / #setuppath# / telephone.swf / scripts / frame_15 / DoAction.as
Encoding:
Text File  |  2002-05-17  |  244 b   |  9 lines

  1. xposstart = parseFloat(x4) + xposadd;
  2. yposstart = parseFloat(y4);
  3. hexV = parseInt(colortext);
  4. myColor = new Color(letter04);
  5. myColor.setRGB(hexV);
  6. hexV = parseInt(colorbackground);
  7. myColor = new Color(background);
  8. myColor.setRGB(hexV);
  9.